SQL DROP TABLE IF EXISTS #tmpTable


DROP TABLE IF EXISTS #tmpTable

SELECT * 
INTO #tmpTable
FROM
TABLE
#SQL






你可能感興趣的文章

筆記、chrome 除錯

筆記、chrome 除錯

ROS SMACH 簡介

ROS SMACH 簡介

windows edge swipe 設定

windows edge swipe 設定






留言討論